home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / ssd2.lha / SSD.doc < prev    next >
Text File  |  1995-09-24  |  1KB  |  58 lines

  1.  
  2. NAME
  3.  
  4.       SSD - StopSpinDown, Prevents Toshiba-CDROM from stopping its
  5.             motor
  6.  
  7. SYNOPSIS
  8.  
  9.       SSD UNIT DELAY [DEVICE]
  10.  
  11.  
  12. DESCRIPTION
  13.  
  14.       It really bothered me that my Toshiba 5301-B SCSI-CDROM spins
  15.       its motor down some seconds after the last usage. So this
  16.       little programs sends a motor start-command to the CDROM
  17.       every DELAY seconds. That has the effect that the motor will
  18.       never be stopped.
  19.  
  20.  
  21. REQUIREMENTS
  22.  
  23.       Amiga with SCSI-controller and a CDROM. Needs AmigaOS 2.04
  24.       or higher to run.
  25.  
  26.  
  27. OPTIONS
  28.  
  29.       UNIT   - the unit number of your CDROM.
  30.  
  31.       DELAY  - the delay time in seconds. My CDROM works well with
  32.                an amount of 25.
  33.  
  34.       DEVICE - the name of the SCSI-device. If you use 'scsi.device'
  35.                you may leave this option away. 
  36.  
  37. USAGE
  38.  
  39.       Just copy the program to your harddisk and add a line to your
  40.       user-startup. If your CDROM isn't always connected to your
  41.       computer you may use the program CheckCD from Ricardo Martinez
  42.       (on AmiNet: chkcd10.lha in disk/misc), so that the system
  43.       checks if the CDROM is available. So my user-startup looks like
  44.       this:
  45.  
  46.       CheckCD scsi.device UNIT 1 >NIL:
  47.       If NOT WARN
  48.           Mount CD0:
  49.           run >NIL: C:SSD 1 25
  50.       EndIf
  51.  
  52.  
  53. AUTHOR
  54.  
  55.       You can reach me at the following address:
  56.  
  57.       Dirk Wrocklage          dirkw@uni-paderborn.de
  58.